cublasSgemmEx

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
cublasSgemmEx
(,,,
int m
,
int n
,
int k
,
const(float)* alpha
,
const(void)* A
,,
int lda
,
const(void)* B
,,
int ldb
,
const(float)* beta
,
void* C
,,
int ldc
)

Meta